These are leftovers from the packfile code and should have been
deleted in commit:
2a0601efc790a0c8f783043f2db682eec9ceffaa
I noticed this now since I wanted to add a new type of caching.
Closes: #795
Approved by: jlebon
OstreeRepoTransactionStats txn_stats;
GMutex cache_lock;
- GPtrArray *cached_meta_indexes;
- GPtrArray *cached_content_indexes;
gboolean inited;
gboolean writable;
if (self->config)
g_key_file_free (self->config);
g_clear_pointer (&self->txn_refs, g_hash_table_destroy);
- g_clear_pointer (&self->cached_meta_indexes, (GDestroyNotify) g_ptr_array_unref);
- g_clear_pointer (&self->cached_content_indexes, (GDestroyNotify) g_ptr_array_unref);
g_clear_error (&self->writable_error);
g_clear_pointer (&self->object_sizes, (GDestroyNotify) g_hash_table_unref);
g_mutex_clear (&self->cache_lock);